home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / Polyhedra / Polyhedra.nib / data.classes next >
Text File  |  1992-04-17  |  220b  |  17 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. PolyhedraView = {
  7.     ACTIONS = {
  8.     inspector:;
  9.     kickIt:;
  10.     setSelectedIndex:;
  11.     };
  12.     OUTLETS = {
  13.     inspectorPanel;
  14.     };
  15.     SUPERCLASS = View;
  16. };
  17.